

	body {
		margin: 0; background: #FFF;
	}
	
	ul {
		margin: 0; padding: 0;
	}
	
	a { color: #333; text-decoration: none; }
	a:hover { color: #F60; text-decoration: underline; }
	
	.box {
		border: 1px solid #5BB300; background: url(/img/images/hznavi_1.gif);
		height: 25px; width: 758px;
	}
	
	.box div {
		background: url(/img/images/hznavi_2.gif);
		float: left; width: 116px;
		font: bold 12px/25px Arial; text-align: center; color: #FFF;
		margin-right: 15px;
	}
	
	.box li {
		float: left;
		background: url(/img/images/hznavi_3.gif) no-repeat 3px 10px;
		font: 12px/25px Arial; padding: 0 15px;
		list-style: none;
	}